CLASS "Customization Feature"
Highlights/Dependencies |
---|
+ RECTANGLE |
GraphRep Code |
---|
GRAPHREP SET x_param:1pt SET y_param:1pt AVAL atype:"Type" PEN color:$000000 w:0.1cm IF (atype = "Basic feature") SET f:"green" ELSIF (atype = "Component") SET f:"orange" ELSIF (atype = "Sub-component") SET f:"lightblue" ELSIF (atype = "Raw material") SET f:"yellow" ENDIF PEN color:(f) FILL color:(f) RECTANGLE x:(-27.19999999999999*x_param) y:(-41.5*y_param) h:(81.88*y_param) w:(52.688*x_param) PEN color:(f) FILL color:(f) RECTANGLE x:(-45*x_param) y:(-21.193759999999997*y_param) h:(40.61248*y_param) w:(89*x_param) FONT h:(0.35*y_param) color:$000000 bold ATTR "Name" x:0.00cm y:0.00cm w:c h:c
|
Graphical Representation |
---|
|
81610 Views